Modules

queuempsc

Macros

Replacement for std::task::ready.

Structs

ReadExactToBytesFutureread-exact-to-bytes

Returned future of read_exact_to_vec.

Returned future of read_to_vec.

Traits

Functions

read_exact_to_bytesread-exact-to-bytes

  • nread - bytes to read in
  • nread - bytes to read in
  • Try to fill data from reader into the vec.

    Return true if the bufs contains at least one byte.